host-interaction

check for outgoing call in .NET on Android

rule:
  meta:
    name: check for outgoing call in .NET on Android
    namespace: host-interaction
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: unsupported  # requires property
  features:
    - and:
      - property/read: Android.Content.Intent::Action
      - string: "android.intent.action.NEW_OUTGOING_CALL"

last edited: 2023-11-24 10:51:37